CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Hough opencv

搜索资源列表

  1. OPENCV-HoughTransform

    0下载:
  2. OPENCV下Hough变换的例程。过程比较详细,并附有使用说明文档。-OPENCV under Hough transform routines. Process in more detail, together with the use of documentation.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:3213
    • 提供者:贾翔
  1. Hough

    0下载:
  2. 在vc6.0下创建的一个基于OpenCV的控制台程序,以图像作为文件输入变量,编译时选择\"#if1\"或者\"#if0\",可以使用标准和概率Hough变换两种方法。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:82632
    • 提供者:李兰菊
  1. 广义hough变换

    0下载:
  2. 自己编的广义HOUGH变换,用opencv实现,可用于目标定位
  3. 所属分类:图形/文字识别

    • 发布日期:2010-10-11
    • 文件大小:2956618
    • 提供者:taifeng
  1. test.rar

    0下载:
  2. 用OPENCV测试图像中的直线:主要利用了canny算法和hough变换,OPENCV test images used in a straight line: the main algorithm and canny use of the hough transform
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1972667
    • 提供者:liyu
  1. juxingjiance

    2下载:
  2. opencv矩形检测,采用金字塔方法,可以对多幅图同时检测。-opencv rectangle detection, using the pyramid method, can simultaneously detect pieces of map.
  3. 所属分类:OpenCV

    • 发布日期:2014-02-07
    • 文件大小:1520
    • 提供者:贾建辉
  1. Hough-Transform

    0下载:
  2. 霍夫变换检测线段,用到OPENCV,实现简单易懂,值得参考-Hough Transform,opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:82529
    • 提供者:shao zhu cui
  1. Hough_LineDetect_opencv

    0下载:
  2. OPENCV中Hough轉換用於直線偵測之源代碼-Hough transform for line detection in OpenCV
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:815
    • 提供者:朱小開
  1. TuXiangChuLi_OpenCV

    0下载:
  2. 基于opencv的图像和视频处理的软件。该软件实行了opencv的多种功能:边缘检测、拉氏变换、椒盐噪音、人脸识别、霍夫变换等功能。-Opencv-based image and video processing software. The software has multiple functions opencv: edge detection, Laplace transform, salt and pepper noise, face recognition, Hough transfo
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:2910102
    • 提供者:陶应学
  1. findcircle

    1下载:
  2. vc++为基础的 并运用OPENCV 中的HOUGH检测圆,还凑合吧-vc++-based and use OPENCV in HOUGH detection circle Haicou He Bar
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1506802
    • 提供者:svm2222
  1. circle

    0下载:
  2. circle detection using hough method. The code uses openCV library.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-21
    • 文件大小:6155103
    • 提供者:Gaurav
  1. HoughLineTracking

    0下载:
  2. 从摄影头输入影像,可侦测直线物体,侦测到的直线以红色线条显示出来,以OPENCV的Hough transform实作-The first input from the photographic images, can detect linear objects detected straight lines shown in red to OPENCV the Hough transform implementation
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-18
    • 文件大小:4711352
    • 提供者:mu1292
  1. RectDetector

    0下载:
  2. 矩形检测:用霍夫直线检测方法来对图像中的矩形进行检测。开发环境:vc6,需要安装OpenCV。OpenCV只是用来读取和显示图像等简单操作。-Rectangle detection: Hough line detection method using the image of the rectangle to test. Development Environment: vc6, need to install OpenCV. OpenCV is used to read and display
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1070116
    • 提供者:chenwenlue
  1. hough

    0下载:
  2. hough 变换的代码,采用C++和opencv完成,运行良好-hough program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:231860
    • 提供者:zhangqing
  1. Image-Processing-OpenCV-Chapter-6

    0下载:
  2. 基于OpenCV的计算机视觉技术实现第六章图像处理的源程序,其中包括图像边缘检测、直方图、Hough变换、几何变换、形态学等基本的图像处理。-OpenCV-based computer vision image processing technology to Chapter VI of the source, including edge detection, histogram, Hough transform, geometric transformation, morphology, a
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:106491
    • 提供者:stellarzhong
  1. hough-transform

    0下载:
  2. 利用opencv以及哈弗变换原理实现对图像中圆形和正方形的检测。-On this post, i would introduce the latest openCV objects recgnition work for my research. Presently, i have developed codes to recognize circle successfully. Capture image from camera, converting the source image int
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:165254
    • 提供者:feiren
  1. hough变换源码(直线&圆)

    0下载:
  2. OpenCV中的hough变换源码,里面包括直线以及圆变换提取源代码。(OpenCV transform source code in Hough,Which includes the line and the circle transform, extract the source code)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:Yagamilight
  1. hough

    0下载:
  2. hough变换找圆源码程序,保证能运行hough变换找圆源码程序,保证能运行(Hough transform to find the circle source program)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-05
    • 文件大小:3526656
    • 提供者:辉之蓝
  1. hough

    0下载:
  2. 基于opencv,使用hough变换检测图像中的直线,效果良好(Based on OpenCV, the Hough transform is used to detect the straight line in the image, and the effect is good)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-10
    • 文件大小:744448
    • 提供者:yuwawa
  1. hough检测圆

    0下载:
  2. 机器视觉检测圆程序,基于opencv的vs开发环境下的圆检测程序(Machine vision detection circle program, based on opencv development environment of circle detection program)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-20
    • 文件大小:15674368
    • 提供者:mmmmmmmmmmmmmmm
  1. python-opencv镜头直线检测

    1下载:
  2. 通过二值化2、边缘检测、霍夫变换检测摄像头拍摄到的直线。(Binarization 2, edge detection, and Hough transform detect the line taken by the camera.)
  3. 所属分类:OpenCV

    • 发布日期:2020-12-24
    • 文件大小:1024
    • 提供者:raintonight
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com